home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(37, 1)
- set the memberNum of sprite 37 to the number of member "BOSS ON"
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 37 to the number of member "BOSS OFF"
- updateStage()
- puppetSprite(37, 0)
- unsetQT(5)
- set the timeoutScript to EMPTY
- SetReturn()
- go("BOSS")
- end
-